PDF4Java Reference Documentation
com.o2sol.pdf4java.logicalstructure Package / PDFStandardPrintFieldAttribute Class / setChecked Method
A PDFStandardPrintFieldChecked enum member specifying the state of a radio button or check box field.
In This Topic
    setChecked Method
    In This Topic
    Sets the checked state of a radio button or check box.
    Syntax
    public void setChecked( 
       PDFStandardPrintFieldChecked value
    )

    Parameters

    value
    A PDFStandardPrintFieldChecked enum member specifying the state of a radio button or check box field.
    See Also